Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

hash_set

lock_free.hash_set

hash_set -- a Set implementation based on lock_free.Map

Type Parameters

Functions

(k K)
 => 
container.Set K
[Redefinition of  container.Set.add]
add new element k to this set.

NYI: UNDER DEVELOPMENT: this should be integrated in the mutate effect!

redefines:

list representation of values in this set
(k K)
 => 
bool
[Redefinition of  container.Set.contains]
does this set contain the given value?
remove an element k from the set if it exists.
return the same set if it does not exist.

Type Features

create a new Set from a sequence of elements
0.099dev (GIT hash 9b94ad4b4a4bff2bf2be7d77be2c6e1fd7683c4d)
last changed: 2026-09-23